Bump to a right beta version.
authoroliskoli <oliskoli>
Thu, 21 Aug 2008 20:10:45 +0000 (20:10 +0000)
committeroliskoli <oliskoli>
Thu, 21 Aug 2008 20:10:45 +0000 (20:10 +0000)
configure
configure.in
gbversion.h

index 8aafe014931cd4b4cf8d339a78ad361aba588a3e..a191df8ea9b2f5ceb14c856fa543e19441f5c423 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for GPSBabel 1.3.5.
+# Generated by GNU Autoconf 2.61 for GPSBabel 1.3.6.
 #
 # Report bugs to <BUG-REPORT-ADDRESS>.
 #
@@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='GPSBabel'
 PACKAGE_TARNAME='gpsbabel'
-PACKAGE_VERSION='1.3.5'
-PACKAGE_STRING='GPSBabel 1.3.5'
+PACKAGE_VERSION='1.3.6'
+PACKAGE_STRING='GPSBabel 1.3.6'
 PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
 
 # Factoring default headers for most tests.
@@ -1213,7 +1213,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures GPSBabel 1.3.5 to adapt to many kinds of systems.
+\`configure' configures GPSBabel 1.3.6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1279,7 +1279,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GPSBabel 1.3.5:";;
+     short | recursive ) echo "Configuration of GPSBabel 1.3.6:";;
    esac
   cat <<\_ACEOF
 
@@ -1376,7 +1376,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GPSBabel configure 1.3.5
+GPSBabel configure 1.3.6
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1390,7 +1390,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GPSBabel $as_me 1.3.5, which was
+It was created by GPSBabel $as_me 1.3.6, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -1744,9 +1744,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 # Increase GBBUILD for a new release
-GBBUILD=16
+GBBUILD=17
 # YYYYMMDD, please, if beta, i.e. "-beta20060413"
-PACKAGE_RELEASE="-beta20080811"
+PACKAGE_RELEASE="-beta20080821"
 
 cat >>confdefs.h <<_ACEOF
 #define PACKAGE_RELEASE "$PACKAGE_RELEASE"
@@ -5276,7 +5276,7 @@ exec 6>&1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by GPSBabel $as_me 1.3.5, which was
+This file was extended by GPSBabel $as_me 1.3.6, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5325,7 +5325,7 @@ Report bugs to <bug-autoconf@gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-GPSBabel config.status 1.3.5
+GPSBabel config.status 1.3.6
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index f3703ddbbd5af80cc64a866983d350ed0aef9a16..f4f532bf9536924016651d006552f3d587fe178a 100644 (file)
@@ -3,11 +3,11 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT(GPSBabel, 1.3.5, BUG-REPORT-ADDRESS)
+AC_INIT(GPSBabel, 1.3.6, BUG-REPORT-ADDRESS)
 # Increase GBBUILD for a new release
-GBBUILD=16
+GBBUILD=17
 # YYYYMMDD, please, if beta, i.e. "-beta20060413"
-PACKAGE_RELEASE="-beta20080811"
+PACKAGE_RELEASE="-beta20080821"
 AC_DEFINE_UNQUOTED(PACKAGE_RELEASE, "$PACKAGE_RELEASE", [Define to the release name of this package.])
 AC_SUBST(PACKAGE_RELEASE)
 
index 72e53c25589df0e0951e0308c6a7e89531f168b8..09cbfdb89ac36c3959008b48a389603d0be5ed90 100644 (file)
@@ -4,5 +4,5 @@
  *
  * Isn't simplification via automation grand?
  */
-#define VERSION "1.3.5-beta20080811"
+#define VERSION "1.3.6-beta20080821"
 #define WEB_DOC_DIR "http://www.gpsbabel.org/htmldoc-development"